object Form1: TForm1 Left = 200 Top = 108 Width = 242 Height = 134 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object BtnNormalMessageDlg: TButton Left = 32 Top = 40 Width = 75 Height = 25 Caption = '&Normal' TabOrder = 0 OnClick = BtnNormalMessageDlgClick end object BtnNewMessageDlg: TButton Left = 120 Top = 40 Width = 75 Height = 25 Caption = 'N&ew' TabOrder = 1 OnClick = BtnNewMessageDlgClick end end